home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / POV302 / pov302 / doc / revision < prev   
Text File  |  1997-01-24  |  2KB  |  54 lines

  1.  Here are the changes between public POV-Ray 3.00 and 3.01.
  2.  
  3.  1) Fixed problem with some dda errors in height fields
  4.  
  5.  2) Fixed error line number bug.  Comments with // got double counted.
  6.  
  7.  3) Fixed problems with file input from stdin and file output to stdout.
  8.  
  9.  4) Fixed problem with PNG image maps.
  10.  
  11.  5) Fixed problem with illegal keywords in a # directive
  12.  
  13.  6) Fixed problem with smooth triangles that only bend in one direction.
  14.  
  15.  7) Fixed some blob bugs
  16.  
  17.  8) Fixed some lathe bugs; Modified lathe intersection code (much faster
  18.     now); Modified sor intersection code (much faster if sturm is used)
  19.     Fixed another bug in POLYSOLV.C
  20.  
  21.  9) Fixed problem with backslash in string literals
  22.  
  23. 10) Added experimental feature warning to halo, atmosphere, and radiosity.
  24.  
  25. 11) Fixed problem which split a file if you changed directory while
  26.     rendering.
  27.  
  28. 12) Fixed 'declare' with no '#' bug and added warning
  29.  
  30. 13) Eliminated unnecessary light buffer on shadowless light source
  31.  
  32. 14) Fixed TTF Normal bug
  33.     Applied patches to TTF code to fix visible tearing
  34.     Also added a check to allow Mac TT fonts to be used 
  35.  
  36. 15) Fixed empty texture bug
  37.  
  38. 16) Fixed problems with deeply nested #while, #if, #switch etc.
  39.  
  40. MSDOS:Fixed true color Diamond 24X
  41.       Fixed djgpp make file
  42.       Fixed problems with +FS output creating corrupt targas.
  43.  
  44. XWINDOWS: Changed colormap handling to dynamically allocate colors.
  45.  
  46. Linux SVGA: Added grayscale palette for preview, fixed video mode
  47.       selection.
  48.  
  49. UNIX: Fixed up prototypes and variable types to remove many compiler
  50.       warnings.
  51.       Fixed problem with interrupt handler when writing to a broken pipe.
  52.       Fixed problem with dithering code for mosaic preview.
  53.  
  54.